From: Mirko Vogt Date: Mon, 19 May 2025 18:12:26 +0000 (+0000) Subject: qt5/quick: also install CMake files into staging-dir X-Git-Url: http://git.openwrt.org/%22http:/oss.oetiker.ch/rrdtool//%22/%22http:/oss.oetiker.ch/rrdtool/%22?a=commitdiff_plain;h=f2d91667f1e60b0e62d3f16289ace88d8207d43a;p=feed%2Fvideo.git qt5/quick: also install CMake files into staging-dir --- diff --git a/frameworks/qt5/qt5quick-controls/Makefile b/frameworks/qt5/qt5quick-controls/Makefile index 61a4fa4..29baa2f 100644 --- a/frameworks/qt5/qt5quick-controls/Makefile +++ b/frameworks/qt5/qt5quick-controls/Makefile @@ -29,6 +29,7 @@ endef define Build/InstallDev $(call Build/Install/HostFiles,$(1)) $(call Build/Install/Headers,$(1)) + $(call Build/Install/Cmakes,$(1)) $(call Build/Install/Libs,$(1),*) endef